'Declaration
<ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")> Public Overloads Sub SendResponse( _ ByVal Data As IEnumerable(Of DicomDataSet), _ ByVal Status As Integer _ )
'Usage
Dim instance As DicomAssociation Dim Data As IEnumerable(Of DicomDataSet) Dim Status As Integer instance.SendResponse(Data, Status)
[Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")] public void SendResponse( IEnumerable<DicomDataSet> Data, int Status )
[Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")] public: void SendResponse( IEnumerable<DicomDataSet^>^ Data, int Status )
Parameters
- Data
A DataSet Collection to be returned to the requesting application, with each DataSet describing a single successful match
- Status
The status associated with the above data, indicating the level of matching achieved